home *** CD-ROM | disk | FTP | other *** search
/ Network CD 1 / Network CD.iso / amospd / 561-570 / apd566 / ascii / typing speed tester.doc < prev   
Text File  |  1994-01-01  |  2KB  |  30 lines

  1.  
  2.                  *** T Y P I N G   S P E E D   T E S T E R ***
  3.  
  4.                 Written in 1993 for AMOS Basic by Glenn N Babic
  5.  
  6.  
  7.  
  8. I wrote this program so that I could improve my rusty keyboard skills - better-
  9. ing by chances of getting a job!  It allows you to enter text from a book or
  10. other source within a time limit so that you can easily test your typing speed
  11. and accuracy.  Although the higher your typing speed, the better, you should try
  12. to keep your accuracy above 98%.  You cannot correct errors that you make (this
  13. should help to keep you from looking at the screen), but you may start a new
  14. paragraph by pressing RETURN and you may indent by pressing TAB.  Pressing ESC
  15. at any time will end the current test and your speed will only be calculated
  16. from the time for which you typed.  The program will work out how many words you
  17. typed, though you can change this.  As this program can't tell if words are
  18. spelt correctly or not, you will have to count how many are wrong and enter this
  19. value when it is requested.  To quit enter the value of 0 for the test time.  
  20.  
  21. That's about all there is to it, except for a special mode I have included that
  22. counts your words every five characters instead of by actually spaces between
  23. words.  This method is used by many speed test books to help people manually add
  24. up the approximate number of words typed, and is allowed by the Standards Assoc-
  25. iation of Australia (so it would be legitimate on a resume!).  To activate this
  26. special mode, simply delete the ' on line 13 so that M0DE=True.
  27.  
  28.                                                                  - Glenn N Babic
  29.                                                                    Reg. #1646
  30.